DatabaseInitialisation class

Constructors

DatabaseInitialisation({List<User>? users, List<HealthcareParty>? healthcareParties, Replication? replication, String? minimumKrakenVersion})
DatabaseInitialisation.fromJSON(Map<String, dynamic> data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
healthcareParties List<HealthcareParty>?
getter/setter pair
minimumKrakenVersion String?
getter/setter pair
replication Replication?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users List<User>?
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(DatabaseInitialisation value) Map<String, dynamic>