Role.fromJson constructor

Role.fromJson(
  1. Map json_
)

Implementation

Role.fromJson(core.Map json_)
  : this(roleType: json_['roleType'] as core.String?);