primaryModelPath property

String? get primaryModelPath

Implementation

String? get primaryModelPath => resolvedModelFilePath(
      ModelFileRole.MODEL_FILE_ROLE_PRIMARY_MODEL,
    );