Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createEntity({required Map<String, dynamic> body})
→ Future<Either<NetworkException, RouteApiDto>>
-
-
getEntitiesByParams({required Map<String, String> filters, ListOptions listOptions = ListOptions.ACTIVE_ONLY, String? include})
→ Future<Either<NetworkException, RouteDtoPagination>>
-
-
getEntityById({required String id, String? include})
→ Future<Either<NetworkException, RouteApiDto>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateEntity({required String id, required Map<String, dynamic> body})
→ Future<Either<NetworkException, RouteApiDto>>
-