FrontEndMigration class

Implemented types

Constructors

FrontEndMigration(String id, {String? rev, int? deletionDate, String? name, int? startDate, int? endDate, FrontEndMigrationStatus? status, String? logs, String? userId, String? startKey, String? startKeyDocId, int? processCount, Set<DecryptedPropertyStub>? properties})
FrontEndMigration.fromJSON(Map<String, dynamic> data)
factory

Properties

deletionDate int?
getter/setter pairoverride
endDate int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairoverride-getter
logs String?
getter/setter pair
name String?
getter/setter pair
processCount int?
getter/setter pair
properties Set<DecryptedPropertyStub>
getter/setter pair
rev String?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate int?
getter/setter pair
startKey String?
getter/setter pair
startKeyDocId String?
getter/setter pair
status FrontEndMigrationStatus?
getter/setter pair
userId 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(FrontEndMigration value) Map<String, dynamic>