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