updated project style guidelines
This commit is contained in:
@ -4,7 +4,5 @@ class ApiError {
|
||||
ApiError(this.message);
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'ApiError: $message';
|
||||
}
|
||||
}
|
||||
String toString() => 'ApiError: $message';
|
||||
}
|
||||
|
Reference in New Issue
Block a user