isGeminiNative property Null safety

bool isGeminiNative

Whether this config targets the Gemini Native API.

Implementation

bool get isGeminiNative => provider == NocProvider.geminiNative;