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