UNotificationSelectorArgs.fromJson constructor

UNotificationSelectorArgs.fromJson(
  1. String str
)

Implementation

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