modelPath property

  1. @override
String get modelPath
override

The path that points to the tflite model file to use for inference.

Implementation

@override
String get modelPath => throw UnimplementedError();