BoundarySearchModelCopyWith<$R, $In extends BoundarySearchModel, $Out> class
abstract
- Implemented types
-
- Available extensions
Methods
-
$chain<$R2, $Out2>(Then<$Out2, $R2> t)
→ BoundarySearchModelCopyWith<$R2, $In, $Out2>
-
override
-
$delta(Map<String, dynamic> delta)
→ $R
-
inherited
-
$merge($In value)
→ $R
-
inherited
-
$update($Out transform($In))
→ $R
-
inherited
-
call({String? boundaryType, String? tenantId, String? codes, int? boundaryNum, bool? isSingle, String? hierarchyType, bool? includeChildren, String? boundaryCode, AdditionalFields? additionalFields, AuditDetails? auditDetails})
→ $R
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited