fromJson static method

RoleSetTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static RoleSetTypeEnum? fromJson(dynamic value) =>
    RoleSetTypeEnumTypeTransformer().decode(value);