Insurance class

Implemented types

Constructors

Insurance(String id, DecryptedAddress address, {String? rev, int? deletionDate, Map<String, String>? name, bool? privateInsurance, bool? hospitalisationInsurance, bool? ambulatoryInsurance, String? code, String? agreementNumber, String? parent})
Insurance.fromJSON(Map<String, dynamic> data)
factory

Properties

address DecryptedAddress
getter/setter pair
agreementNumber String?
getter/setter pair
ambulatoryInsurance bool
getter/setter pair
code String?
getter/setter pair
deletionDate int?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
hospitalisationInsurance bool
getter/setter pair
id String
getter/setter pairoverride-getter
name Map<String, String>
getter/setter pair
parent String?
getter/setter pair
privateInsurance bool
getter/setter pair
rev String?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
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

Static Methods

encode(Insurance value) Map<String, dynamic>