SchemaFieldSpecNumericIndexingSpec.fromJson constructor
SchemaFieldSpecNumericIndexingSpec.fromJson(
- Map json_
Implementation
SchemaFieldSpecNumericIndexingSpec.fromJson(core.Map json_)
: this(
maxValue: (json_['maxValue'] as core.num?)?.toDouble(),
minValue: (json_['minValue'] as core.num?)?.toDouble(),
);