NotificationSelectorArgs.fromJson constructor

NotificationSelectorArgs.fromJson(
  1. String str
)

Implementation

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