Role.fromJson constructor

Role.fromJson(
  1. Object? value
)

Implementation

factory Role.fromJson(Object? value) => _roleCodec.decode(value);