FlowItem class

Constructors

FlowItem({String? id, String? title, String? comment, int? receptionDate, int? processingDate, String? processer, int? cancellationDate, String? canceller, String? cancellationReason, String? cancellationNote, String? status, bool? homeVisit, String? municipality, String? town, String? zipCode, String? street, String? building, String? buildingNumber, String? doorbellName, String? floor, String? letterBox, String? notesOps, String? notesContact, String? latitude, String? longitude, String? type, bool? emergency, String? phoneNumber, String? patientId, String? patientLastName, String? patientFirstName, String? description, String? interventionCode})
FlowItem.fromJSON(Map<String, dynamic> data)
factory

Properties

building String?
getter/setter pair
buildingNumber String?
getter/setter pair
cancellationDate int?
getter/setter pair
cancellationNote String?
getter/setter pair
cancellationReason String?
getter/setter pair
canceller String?
getter/setter pair
comment String?
getter/setter pair
description String?
getter/setter pair
doorbellName String?
getter/setter pair
emergency bool?
getter/setter pair
floor String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeVisit bool?
getter/setter pair
id String?
getter/setter pair
interventionCode String?
getter/setter pair
latitude String?
getter/setter pair
letterBox String?
getter/setter pair
longitude String?
getter/setter pair
municipality String?
getter/setter pair
notesContact String?
getter/setter pair
notesOps String?
getter/setter pair
patientFirstName String?
getter/setter pair
patientId String?
getter/setter pair
patientLastName String?
getter/setter pair
phoneNumber String?
getter/setter pair
processer String?
getter/setter pair
processingDate int?
getter/setter pair
receptionDate int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
street String?
getter/setter pair
title String?
getter/setter pair
town String?
getter/setter pair
type String?
getter/setter pair
zipCode String?
getter/setter pair

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

Static Methods

encode(FlowItem value) Map<String, dynamic>