ConsentRepository class

Inheritance

Constructors

ConsentRepository({required BuildContext buildCtx, required IRepositoryOptions options})

Properties

buildCtx BuildContext
final
data ContactConsentModel?
no setterinherited
dataSC StreamController<ContactConsentModel?>
no setterinherited
errorMessage String
no setterinherited
errorMessageSC StreamController<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isError bool
no setterinherited
isErrorSC StreamController<bool>
no setterinherited
isLoaded bool
no setterinherited
isLoadedSC StreamController<bool>
no setterinherited
isLoading bool
no setterinherited
isLoadingSC StreamController<bool>
no setterinherited
items List<ContactConsentModel>
no setterinherited
itemsSC StreamController<List<ContactConsentModel>?>
no setterinherited
options IRepositoryOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

alertError(dynamic e) → void
inherited
clear() → void
inherited
dispose() → void
inherited
fetch({Map<String, dynamic>? params, bool isMock = false}) Future<void>
inherited
fetchAfterId(String afterId, {Map<String, dynamic>? params, bool isMock = false}) Future<void>
inherited
forceValueNotify() → void
inherited
get(String id, {Map<String, dynamic>? params, bool isMock = false}) Future<void>
override
initial() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInnerData(dynamic data) → void
inherited
toErrorStatus(dynamic e) → void
inherited
toLoadedStatus() → void
inherited
toLoadingStatus() → void
inherited
toString() String
A string representation of this object.
inherited
transform(dynamic ts) ContactConsentModel?
override
transforms(dynamic tss) List<ContactConsentModel>
override

Operators

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