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