RoleAttribute.fromJson constructor

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

Implementation

RoleAttribute.fromJson(Map<String, dynamic> json) {
  attributeId = json['role_attr_id'];
  key = json['key'];
  value = json['value'];
}