Method$.fromJson constructor

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

Implementation

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