AttendanceSingleton class

Constructors

AttendanceSingleton()
factory

Properties

appVersion → dynamic
no setter
boundary → BoundaryModel?
no setter
hashCode int
The hash code for this object.
no setterinherited
loggedInIndividualId → dynamic
no setter
loggedInUserUuid → dynamic
no setter
persistenceConfiguration → dynamic
no setter
projectId → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId → dynamic
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 projectId, required String loggedInIndividualId, required String loggedInUserUuid, required String appVersion}) → 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