IndividualSearchModelCopyWith<$R, $In extends IndividualSearchModel, $Out> class
abstract
- Implemented types
-
- Available extensions
Properties
-
clientReferenceId
→ ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
-
no setter
-
identifiers
→ ListCopyWith<$R, IdentifierSearchModel, IdentifierSearchModelCopyWith<$R, IdentifierSearchModel, IdentifierSearchModel>>?
-
no setter
-
name
→ NameSearchModelCopyWith<$R, NameSearchModel, NameSearchModel>?
-
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
userUuid
→ ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
-
no setter
Methods
-
$chain<$R2, $Out2>(Then<$Out2, $R2> t)
→ IndividualSearchModelCopyWith<$R2, $In, $Out2>
-
override
-
$delta(Map<String, dynamic> delta)
→ $R
-
inherited
-
$merge($In value)
→ $R
-
inherited
-
$update($Out transform($In))
→ $R
-
inherited
-
call({List<String>? id, List<String>? userUuid, String? dateOfBirth, int? offset, int? limit, List<String>? clientReferenceId, String? tenantId, NameSearchModel? name, Gender? gender, List<IdentifierSearchModel>? identifiers, String? boundaryCode})
→ $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