DomainRemoteDataSource class abstract

Implementers

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, DomainApiDto>>
getEntitiesByParams({required Map<String, String> filters, ListOptions listOptions = ListOptions.ACTIVE_ONLY, String? include}) Future<Either<NetworkException, DomainDtoPagination>>
getEntityById({required String id, String? include}) Future<Either<NetworkException, DomainApiDto>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register({required Map<String, String> body}) Future<Either<NetworkException, NoContentApiDto>>
searchDomainByName({required String name}) Future<Either<NetworkException, DomainApiDto>>
toString() String
A string representation of this object.
inherited
updateEntity({required String id, required Map<String, dynamic> body}) Future<Either<NetworkException, DomainApiDto>>

Operators

operator ==(Object other) bool
The equality operator.
inherited