UNotificationResponse.fromJson constructor

UNotificationResponse.fromJson(
  1. String str
)

Implementation

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