DocMethod.fromJson constructor

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

Implementation

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