ClassificationModelOptionsV2Model.fromJson constructor

ClassificationModelOptionsV2Model.fromJson(
  1. Map json_
)

Implementation

ClassificationModelOptionsV2Model.fromJson(core.Map json_)
    : this(
        contentCategoriesVersion:
            json_.containsKey('contentCategoriesVersion')
                ? json_['contentCategoriesVersion'] as core.String
                : null,
      );