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>>
-
-
deleteLogo({required String id})
→ Future<Either<NetworkException, NoContentApiDto>>
-
-
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>>
-
-
uploadLogo({required String id, required String fileName, required Uint8List bytes})
→ Future<Either<NetworkException, DomainApiDto>>
-