Skip to content

Commit

Permalink
Update lib/src/dto/remote_configuration_source.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Kamo Spertsyan <spertsiankamo@gmail.com>
  • Loading branch information
suriksarkisyan and SpertsyanKM authored Sep 18, 2023
1 parent fb3ba2e commit afabb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/dto/remote_configuration_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class QRemoteConfigurationSource {
this.name,
this.type,
this.assignmentType
);
);

factory QRemoteConfigurationSource.fromJson(Map<String, dynamic> json) =>
_$QRemoteConfigurationSourceFromJson(json);
Expand Down

0 comments on commit afabb40

Please sign in to comment.