fromJson static method

RoleEnum? fromJson(
  1. dynamic value
)

Implementation

static RoleEnum? fromJson(dynamic value) => RoleEnumTypeTransformer().decode(value);