source property

String get source

Implementation

String get source => IsoUtil.bcd2str(header, 3, 4, false);
set source (String value)

Implementation

set source(String value) => header.setRange(3, 5, IsoUtil.str2bcd(value, true));