RoomCreateRoomRequestApplicationJson class abstract

Implemented types

Constructors

RoomCreateRoomRequestApplicationJson([void b(RoomCreateRoomRequestApplicationJsonBuilder)?])
Creates a new RoomCreateRoomRequestApplicationJson object using the builder pattern.
factory
RoomCreateRoomRequestApplicationJson.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
invite String
User, group, … ID to invite.
no setterinherited
objectId String
ID of the object.
no setterinherited
objectType String
Type of the object.
no setterinherited
roomName String
Name of the room.
no setterinherited
roomType int
Type of the room.
no setterinherited
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 setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(RoomCreateRoomRequestApplicationJsonBuilder)) RoomCreateRoomRequestApplicationJson
Rebuilds the instance.
inherited
toBuilder() RoomCreateRoomRequestApplicationJsonBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
Parses this object into a json like map.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<RoomCreateRoomRequestApplicationJson>
Serializer for RoomCreateRoomRequestApplicationJson.
no setter