fromJson static method

Role? fromJson(
  1. dynamic value
)

Implementation

static Role? fromJson(dynamic value) => RoleTypeTransformer().decode(value);