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