cleanup and added unit tests
This commit is contained in:
@@ -8,8 +8,3 @@ final class ErrorDto {
|
||||
: error = json['error'] as int,
|
||||
message = json['message'];
|
||||
}
|
||||
|
||||
abstract interface class DtoMapAble {
|
||||
Map<String, dynamic> toMap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user