MedicalLocation class

Implemented types

Constructors

MedicalLocation(String id, {String? rev, int? deletionDate, String? name, String? description, String? responsible, bool? guardPost, String? cbe, String? bic, String? bankAccount, String? nihii, String? ssin, DecryptedAddress? address, Set<String>? agendaIds, Map<String, String>? options, Map<String, String>? publicInformations})
MedicalLocation.fromJSON(Map<String, dynamic> data)
factory

Properties

address DecryptedAddress?
getter/setter pair
agendaIds Set<String>
getter/setter pair
bankAccount String?
getter/setter pair
bic String?
getter/setter pair
cbe String?
getter/setter pair
deletionDate int?
getter/setter pairoverride
description String?
getter/setter pair
guardPost bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairoverride-getter
name String?
getter/setter pairoverride
nihii String?
getter/setter pair
options Map<String, String>
getter/setter pair
publicInformations Map<String, String>
getter/setter pair
responsible String?
getter/setter pair
rev String?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssin 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(MedicalLocation value) Map<String, dynamic>