DialogContent.fromJson constructor

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

Create an instance of this class from a serialized format.

Implementation

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