SjChatSendsDto class
Данные cообщения отправляемые к api urls.apiChatSend.
- Annotations
-
- @immutable
Constructors
-
SjChatSendsDto({String? name, String? description, String? avatar, Map<
String, dynamic> ? payload}) -
Данные cообщения отправляемые к
api urls.apiChatSend.
const
- SjChatSendsDto.fromJson(Map map)
Properties
- avatar → String?
-
Ссылка на аватар чата.
final
- description → String?
-
Текст описания чата.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
Произвольное название чата.
final
-
payload
→ Map<
String, dynamic> ? -
Произвольные JSON данные пользователей связанные с чатом.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited