ArrowSchema.fromJson constructor

ArrowSchema.fromJson(
  1. Map json_
)

Implementation

ArrowSchema.fromJson(core.Map json_)
  : this(serializedSchema: json_['serializedSchema'] as core.String?);