Permissions.fromJson constructor
Permissions.fromJson(
- dynamic json
Implementation
Permissions.fromJson(dynamic json) {
_subscribe = json['subscribe'];
_stats = json['stats'];
_publish = json['publish'];
_record = json['record'];
_controlhandlers = json['controlhandlers'];
}