SpecificRolePermissions.fromJson constructor

SpecificRolePermissions.fromJson(
  1. List json
)

Implementation

SpecificRolePermissions.fromJson(List<dynamic> json)
    : _operations = json.map((e) => operationFromString(e)).toList();