$RoomCreateRoomRequestApplicationJsonInterface class sealed

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

hashCode int
The hash code for this object.
no setterinherited
invite String
User, group, … ID to invite.
no setter
objectId String
ID of the object.
no setter
objectType String
Type of the object.
no setter
roomName String
Name of the room.
no setter
roomType int
Type of the room.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
Source of the invite ID ('circles' to create a room with a circle, etc.).
no setter

Methods

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

Operators

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