UserActionModel class

Inheritance
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

UserActionModel({UserActionAdditionalFields? additionalFields, required double latitude, required double longitude, required double locationAccuracy, required String clientReferenceId, required bool isSync, required int timestamp, required String projectId, required String boundaryCode, required String action, bool? nonRecoverableError = false, String? tenantId, int? rowVersion, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})

Properties

action String
final
additionalFields UserActionAdditionalFields?
final
auditDetails AuditDetails?
finalinherited
boundaryCode String
final
clientAuditDetails ClientAuditDetails?
finalinherited
clientReferenceId String
final
copyWith UserActionModelCopyWith<UserActionModel, UserActionModel, UserActionModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isDeleted bool?
finalinherited
isSync bool
final
latitude double
final
locationAccuracy double
final
longitude double
final
nonRecoverableError bool?
final
projectId String
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
final
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

schemaName → const String