ArrayHeaderInfo constructor
const
ArrayHeaderInfo({})
Implementation
const ArrayHeaderInfo({
this.key,
required this.length,
required this.delimiter,
this.fields,
this.hasLengthMarker = false,
});
const ArrayHeaderInfo({
this.key,
required this.length,
required this.delimiter,
this.fields,
this.hasLengthMarker = false,
});