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