Room class

The Amazon Chime chat room details.

Constructors

Room({String? accountId, String? createdBy, DateTime? createdTimestamp, String? name, String? roomId, DateTime? updatedTimestamp})
Room.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The Amazon Chime account ID.
final
createdBy String?
The identifier of the room creator.
final
createdTimestamp DateTime?
The room creation timestamp, in ISO 8601 format.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The room name.
final
roomId String?
The room ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedTimestamp DateTime?
The room update timestamp, in ISO 8601 format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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