ErrorInfo.fromJson constructor

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

Преобразование json в модель

Implementation

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