menu
u package
documentation
iso8583/iso_msg.dart
IsoMsg
getValue method
getValue method
dark_mode
light_mode
getValue
method
Object
?
getValue
(
int
field
)
Implementation
Object? getValue(int field) => fields[field]?.value;
u package
documentation
iso8583/iso_msg
IsoMsg
getValue method
IsoMsg class