Advertising.fromJson constructor
Advertising.fromJson(
- String str
Implementation
factory Advertising.fromJson(String str) =>
Advertising.fromMap(json.decode(str));
factory Advertising.fromJson(String str) =>
Advertising.fromMap(json.decode(str));