ShowAlertAction.fromJson constructor

ShowAlertAction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ShowAlertAction.fromJson(Map<String, dynamic> json) =>
    _$ShowAlertActionFromJson(json);