LifeEventRecordEntity class
- Implemented types
- Annotations
Constructors
-
LifeEventRecordEntity({@required @DocumentReferenceConverter() DocumentReference human, @required LifeEventEntity<
LifeEventParams> lifeEvent, @TimestampConverter() DateTime createdAt, @TimestampConverter() DateTime updatedAt}) -
constfactory
-
LifeEventRecordEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $LifeEventRecordEntityCopyWith<
LifeEventRecordEntity> -
read-only, inherited
- createdAt → DateTime
-
@TimestampConverter(), read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- human → DocumentReference
-
@DocumentReferenceConverter(), read-only, inherited
-
lifeEvent
→ LifeEventEntity<
LifeEventParams> -
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< LifeEventRecordEntity>