ErrorExample.fromJson constructor

ErrorExample.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ErrorExample.fromJson(Map<String, Object?> json) =>
    _$ErrorExampleFromJson(json);