SjUpdatesIdsDto class
Айди данных которые были обновлены, получается из api urls.apiUpdatesGet.
Связанные ссылки: StudyJamClient.getUpdates.
- Annotations
-
- @immutable
Constructors
-
SjUpdatesIdsDto({List<
int> ? users, List<int> ? chats, Map<int, List< ? msgs})int> > -
Айди данных которые были обновлены, получается из
api urls.apiUpdatesGet.
const
- SjUpdatesIdsDto.fromJson(Map map)
Properties
-
chats
→ List<
int> ? -
Айди чатов которые были обновлены.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
msgs
→ Map<
int, List< ?int> > -
Айди сообщений которые были обновлены.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
users
→ List<
int> ? -
Айди пользователй которые были обновлены.
final
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