ResponseMain.fromJson constructor

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

Connect the generated _$ResponseMainFromJson function to the fromJson factory.

Implementation

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