$getGroup_Serializer method

  1. @experimental
  2. @Deprecated('')
DynamiteSerializer<GroupsGetGroupResponseApplicationJson, void> $getGroup_Serializer()

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},
    );