BoundaryModel class

Inheritance
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true)

Constructors

BoundaryModel({String? code, String? name, String? label, String? latitude, String? longitude, String? materializedPath, String? tenantId, int? boundaryNum, int? rowVersion, List<BoundaryModel> children = const [], String? boundaryType, AuditDetails? auditDetails, bool? isDeleted = false})

Properties

auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
boundaryNum int?
final
boundaryType String?
final
children List<BoundaryModel>
final
clientAuditDetails ClientAuditDetails?
finalinherited
code String?
final
companion BoundaryCompanion
no setter
copyWith BoundaryModelCopyWith<BoundaryModel, BoundaryModel, BoundaryModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isDeleted bool?
finalinherited
label String?
final
latitude String?
final
longitude String?
final
materializedPath String?
final
materializedPathList List<String>
no setter
name String?
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
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