updated project style guidelines
This commit is contained in:
@ -16,4 +16,4 @@ class AuthenticateResponse extends ApiResponse {
|
||||
|
||||
factory AuthenticateResponse.fromJson(Map<String, dynamic> json) => _$AuthenticateResponseFromJson(json);
|
||||
Map<String, dynamic> toJson() => _$AuthenticateResponseToJson(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user