ServiceControlEntity class
- Implemented types
- Annotations
Constructors
- ServiceControlEntity({@required bool isMaintenance, @required String requiredMinVersion, @required @TimestampConverter() DateTime createdAt, @required @TimestampConverter() DateTime updatedAt})
-
constfactory
-
ServiceControlEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $ServiceControlEntityCopyWith<
ServiceControlEntity> -
read-only, inherited
- createdAt → DateTime
-
@TimestampConverter(), read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isMaintenance → bool
-
read-only, inherited
- requiredMinVersion → String
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- updatedAt → DateTime
-
@TimestampConverter(), read-only, inherited
Methods
-
encode(
) → Map< String, dynamic> -
Store に保存する形式へのエンコード
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
decode(
Store store, DocumentSnapshot snapshot) → Doc< ServiceControlEntity>