$getGroup_Serializer method
- @experimental
- @Deprecated('')
Builds a serializer to parse the response of $getGroup_Request.
Implementation
@_i2.experimental
@Deprecated('')
_i1.DynamiteSerializer<GroupsGetGroupResponseApplicationJson, void> $getGroup_Serializer() => _i1.DynamiteSerializer(
bodyType: const FullType(GroupsGetGroupResponseApplicationJson),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {200},
);