menu
push_restapi_dart package
documentation
push_restapi_dart.dart
GroupInfoDTO
fromGroupDTO static method
fromGroupDTO static method
dark_mode
light_mode
fromGroupDTO
static method
GroupInfoDTO
fromGroupDTO
(
GroupDTO
group
)
Implementation
static GroupInfoDTO fromGroupDTO(GroupDTO group) { return GroupInfoDTO.fromJson(group.toJson()); }
push_restapi_dart package
documentation
push_restapi_dart
GroupInfoDTO
fromGroupDTO static method
GroupInfoDTO class