fromJson static method

UpdateRoleSetRequestTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static UpdateRoleSetRequestTypeEnum? fromJson(dynamic value) =>
    UpdateRoleSetRequestTypeEnumTypeTransformer().decode(value);