ArrowRecordBatch.fromJson constructor

ArrowRecordBatch.fromJson(
  1. Map json_
)

Implementation

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