LLMGrant.fromJson constructor

LLMGrant.fromJson(
  1. Map<String, dynamic> j
)

Implementation

factory LLMGrant.fromJson(Map<String, dynamic> j) => LLMGrant(models: (j['models'] as List?)?.cast<String>());