ServerDatabase class

Mixed in types
Annotations
  • @freezed

Constructors

ServerDatabase({required String id, required String name, required Database host, required String username, required String connectionsFrom, required int maxConnections, DatabasePasswordRelationships? relationships})
const
factory
ServerDatabase.fromJson(JsonMap json)
factory

Properties

connectionsFrom String
no setterinherited
copyWith → $ServerDatabaseCopyWith<ServerDatabase>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
host Database
no setterinherited
id String
no setterinherited
maxConnections int
no setterinherited
name String
no setterinherited
password String?
no setter
relationships DatabasePasswordRelationships?
Prefer to use the password getter
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited