DatabaseInfo class

Constructors

DatabaseInfo(String id, {int? q, int? n, int? w, int? r, String? updateSeq, int? fileSize, int? externalSize, int? activeSize, int? docs})
DatabaseInfo.fromJSON(Map<String, dynamic> data)
factory

Properties

activeSize int?
getter/setter pair
docs int?
getter/setter pair
externalSize int?
getter/setter pair
fileSize int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
n int?
getter/setter pair
q int?
getter/setter pair
r int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateSeq String?
getter/setter pair
w int?
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(DatabaseInfo value) Map<String, dynamic>