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