ComplaintsSingleton class
Constructors
- ComplaintsSingleton()
-
factory
Properties
- boundary → dynamic
-
no setter
- complaintTypes → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- loggedInUserName → dynamic
-
no setter
- loggedInUserUuid → dynamic
-
no setter
- persistenceConfiguration → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId → dynamic
-
no setter
- userMobileNumber → dynamic
-
no setter
- userName → dynamic
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBoundary(
{required BoundaryModel boundary}) → void -
setInitialData(
{String? tenantId, String? loggedInUserUuid, String? userMobileNumber, String? loggedInUserName, List< String> ? complaintTypes, String? userName}) → void -
setPersistenceConfiguration(
PersistenceConfiguration configuration) → void -
setTenantId(
{required String tenantId}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited