Whisper.fromJson constructor

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

Implementation

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