GenAiFunctionCacheStats.fromJson constructor

GenAiFunctionCacheStats.fromJson(
  1. Map json_
)

Implementation

GenAiFunctionCacheStats.fromJson(core.Map json_)
  : this(numCacheHitRows: json_['numCacheHitRows'] as core.String?);