DataLengthPrefix constructor
Creates a DataLengthPrefix with the given name, symbol, and value.
Implementation
const DataLengthPrefix({
required this.name,
required this.symbol,
required this.value,
});
Creates a DataLengthPrefix with the given name, symbol, and value.
const DataLengthPrefix({
required this.name,
required this.symbol,
required this.value,
});