Resource.fromJson constructor
      
      Resource.fromJson(
    
    
- Map json_
 
Implementation
Resource.fromJson(core.Map json_)
  : this(
      pathTemplate: json_['pathTemplate'] as core.String?,
      type: json_['type'] as core.String?,
    );