data property
The command data field, or null when the command carries none.
An empty list given to the constructor arrives here as null, because Lc is 1..255 in the short form and 1..65535 in the extended one -- zero is not a length the wire has.
Implementation
final Uint8List? data;