menu
lib_discord package
documentation
entities.dart
OpInvalidSession
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
OpInvalidSession
fromJson
(
dynamic
json
)
Implementation
static OpInvalidSession fromJson(dynamic json) { return OpInvalidSession(resumable: json['d']); }
lib_discord package
documentation
entities
OpInvalidSession
fromJson static method
OpInvalidSession class