fromJson static method

RoleObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static RoleObjectEnum? fromJson(dynamic value) =>
    RoleObjectEnumTypeTransformer().decode(value);