MError.fromJson constructor

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

Implementation

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