HexCodec constructor
const
HexCodec({
- bool uppercase = false,
Creates a new Hex codec instance.
uppercase
Whether to use uppercase letters (A-F) or lowercase (a-f).
Default is false (lowercase).
Implementation
const HexCodec({this.uppercase = false});