NotifyState.fromJson constructor

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

Implementation

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