GetMoreInfo.fromJson constructor

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

Implementation

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