fromJson method

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

Instanciates from JSON

Implementation

@override
CommRestrictionBuilder fromJson(core.Map<String, dynamic> json) =>
    CommRestrictionBuilder.fromJson(json);