Notify.fromJson constructor

Notify.fromJson(
  1. String source
)

Implementation

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