Remind class

Remind.

Annotations
  • @freezed

Constructors

Remind({@JsonKey(name: 'uid') required String uid, @JsonKey(name: 'chat') required String chat, @JsonKey(name: 'fire_at') @DateTimeConverter() required DateTime fireAt, @JsonKey(name: 'comment') String? comment})
const
factory
Remind.fromJson(Map<String, dynamic> json)
factory

Properties

chat String
Chat id.
no setterinherited
comment String?
Comment, if any.
no setterinherited
copyWith → $RemindCopyWith<Remind>
no setterinherited
fireAt DateTime
Activation time, iso.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
Remind id.
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