TUIRequest class
4.7 Signaling Request
Constructors
- TUIRequest({required String requestId, required TUIRequestAction requestAction, required String userId, String? userName, String? avatarUrl, required String content, required int timestamp})
- 
          TUIRequest.fromJson(Map<String, dynamic> json)
Properties
- avatarUrl ↔ String?
- 
  User Avatar URL
  getter/setter pair
- content ↔ String
- 
  Signaling Content
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- nameCard ↔ String?
- 
  Name Card
  getter/setter pair
- requestAction ↔ TUIRequestAction
- 
  Request Type
  getter/setter pair
- requestId ↔ String
- 
  Request ID
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- timestamp ↔ int
- 
  Timestamp
  getter/setter pair
- userId ↔ String
- 
  User ID
  getter/setter pair
- userName ↔ String?
- 
  User Name
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited