Notify.fromJson constructor
Notify.fromJson(
- String source
Implementation
factory Notify.fromJson(String source) => Notify.fromMap(json.decode(source));
factory Notify.fromJson(String source) => Notify.fromMap(json.decode(source));