BatchClassificationException.fromJson constructor

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

Implementation

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