GoogleFirestoreAdminV1SearchTextIndexSpec.fromJson constructor
GoogleFirestoreAdminV1SearchTextIndexSpec.fromJson(
- Map json_
Implementation
GoogleFirestoreAdminV1SearchTextIndexSpec.fromJson(core.Map json_)
: this(
indexType: json_['indexType'] as core.String?,
matchType: json_['matchType'] as core.String?,
);