CommRestrictionBuilder.fromJson constructor

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

Implementation

CommRestrictionBuilder.fromJson(core.Map<String, dynamic> json) {
  var v = _$CommRestriction.fromJson(json);
  replace(v);
}