RoleData.fromJson constructor

RoleData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RoleData.fromJson(Map<String, dynamic> json) =>
    _$RoleDataFromJson(json);