modelUrl property
Legacy getters for backward compatibility (WEB PLATFORM ONLY)
Implementation
@Deprecated('Use modelSource instead. Web platform compatibility only.')
String get modelUrl => InferenceModelSpec._sourceToUrl(_modelSource);
Legacy getters for backward compatibility (WEB PLATFORM ONLY)
@Deprecated('Use modelSource instead. Web platform compatibility only.')
String get modelUrl => InferenceModelSpec._sourceToUrl(_modelSource);