FriendshipInvitation class abstract

FriendshipInvitation

Properties:

Annotations
  • @BuiltValue()

Constructors

FriendshipInvitation([void updates(FriendshipInvitationBuilder b)])
factory

Properties

bundleId String?
no setter
createdAt DateTime?
no setter
friend User?
no setter
hashCode int
The hash code for this object.
no setterinherited
invitationId String?
no setter
isAccepted bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FriendshipInvitationBuilder)) FriendshipInvitation
Rebuilds the instance.
inherited
toBuilder() FriendshipInvitationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<FriendshipInvitation>
no setter