Get.fromJson constructor

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

Implementation

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