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