Advertising.fromJson constructor

Advertising.fromJson(
  1. String str
)

Implementation

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