Invitation class

Invitation to team.

Annotations
  • @freezed

Constructors

Invitation({@JsonKey(name: 'uid') required String uid, @JsonKey(name: 'token') required String token, @JsonKey(name: 'created') @DateTimeConverter() required DateTime created, @JsonKey(name: 'qr') required String qr})
const
factory
Invitation.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $InvitationCopyWith<Invitation>
no setterinherited
created DateTime
.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
qr String
.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
.
no setterinherited
uid String
.
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