Messages class

Constructors

Messages({String createButton = 'Create', String textLabel = 'Enter barcode text here', String formatLabel = 'Format', String marginLabel = 'Margin', String eccLevelLabel = 'ECC Level', String widthLabel = 'Width', String heightLabel = 'Height', String lowEccLevel = 'Low (7%)', String mediumEccLevel = 'Medium (15%)', String quartileEccLevel = 'Quartile (25%)', String highEccLevel = 'High (30%)', String invalidText = 'Please enter some text', String invalidWidth = 'Invalid width', String invalidHeight = 'Invalid height', String invalidMargin = 'Invalid margin'})
const

Properties

createButton String
final
eccLevelLabel String
final
formatLabel String
final
hashCode int
The hash code for this object.
no setterinherited
heightLabel String
final
highEccLevel String
final
invalidHeight String
final
invalidMargin String
final
invalidText String
final
invalidWidth String
final
lowEccLevel String
final
marginLabel String
final
mediumEccLevel String
final
quartileEccLevel String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textLabel String
final
widthLabel String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited