FlowItem class abstract
- Annotations
-
- @freezed
Constructors
- FlowItem.new({@Default(null) String? id, @Default(null) String? title, @Default(null) String? comment, @Default(null) int? receptionDate, @Default(null) int? processingDate, @Default(null) String? processer, @Default(null) int? cancellationDate, @Default(null) String? canceller, @Default(null) String? cancellationReason, @Default(null) String? cancellationNote, @Default(null) String? status, @Default(null) bool? homeVisit, @Default(null) String? municipality, @Default(null) String? town, @Default(null) String? zipCode, @Default(null) String? street, @Default(null) String? building, @Default(null) String? buildingNumber, @Default(null) String? doorbellName, @Default(null) String? floor, @Default(null) String? letterBox, @Default(null) String? notesOps, @Default(null) String? notesContact, @Default(null) String? latitude, @Default(null) String? longitude, @Default(null) String? type, @Default(null) bool? emergency, @Default(null) String? phoneNumber, @Default(null) String? patientId, @Default(null) String? patientLastName, @Default(null) String? patientFirstName, @Default(null) String? description, @Default(null) String? interventionCode})
-
constfactory
Properties
- building → String?
-
no setterinherited
- buildingNumber → String?
-
no setterinherited
- cancellationDate → int?
-
no setterinherited
- cancellationNote → String?
-
no setterinherited
- cancellationReason → String?
-
no setterinherited
- canceller → String?
-
no setterinherited
- comment → String?
-
no setterinherited
-
copyWith
→ $FlowItemCopyWith<
FlowItem> -
Create a copy of FlowItem
with the given fields replaced by the non-null parameter values.
no setterinherited
- description → String?
-
no setterinherited
- doorbellName → String?
-
no setterinherited
- emergency → bool?
-
no setterinherited
- floor → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeVisit → bool?
-
no setterinherited
- id → String?
-
no setterinherited
- interventionCode → String?
-
no setterinherited
- latitude → String?
-
no setterinherited
- letterBox → String?
-
no setterinherited
- longitude → String?
-
no setterinherited
- municipality → String?
-
no setterinherited
- notesContact → String?
-
no setterinherited
- notesOps → String?
-
no setterinherited
- patientFirstName → String?
-
no setterinherited
- patientId → String?
-
no setterinherited
- patientLastName → String?
-
no setterinherited
- phoneNumber → String?
-
no setterinherited
- processer → String?
-
no setterinherited
- processingDate → int?
-
no setterinherited
- receptionDate → int?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
no setterinherited
- street → String?
-
no setterinherited
- title → String?
-
no setterinherited
- town → String?
-
no setterinherited
- type → String?
-
no setterinherited
- zipCode → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited