LddCommand class sealed

Implementers
Annotations
  • @freezed

Constructors

LddCommand.bitmap()
const
factory
LddCommand.boldOff()
const
factory
LddCommand.boldOn()
const
factory
LddCommand.cut()
const
factory
LddCommand.noLine()
const
factory
LddCommand.printModeDefault()
const
factory
LddCommand.reset()
const
factory
LddCommand.resetLine()
const
factory
LddCommand.selectCharset({required LddCharset charset})
const
factory
LddCommand.selectCodeTable({required LddCodeTable codeTable})
const
factory
LddCommand.selectFont({required LddFont font})
const
factory
LddCommand.underline1Dot()
const
factory
LddCommand.underline2Dot()
const
factory
LddCommand.underlineOff()
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult cut(LddCommand_Cut value), required TResult reset(LddCommand_Reset value), required TResult printModeDefault(LddCommand_PrintModeDefault value), required TResult selectCharset(LddCommand_SelectCharset value), required TResult selectCodeTable(LddCommand_SelectCodeTable value), required TResult selectFont(LddCommand_SelectFont value), required TResult underlineOff(LddCommand_UnderlineOff value), required TResult underline1Dot(LddCommand_Underline1Dot value), required TResult underline2Dot(LddCommand_Underline2Dot value), required TResult boldOn(LddCommand_BoldOn value), required TResult boldOff(LddCommand_BoldOff value), required TResult bitmap(LddCommand_Bitmap value), required TResult noLine(LddCommand_NoLine value), required TResult resetLine(LddCommand_ResetLine value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? cut(LddCommand_Cut value)?, TResult? reset(LddCommand_Reset value)?, TResult? printModeDefault(LddCommand_PrintModeDefault value)?, TResult? selectCharset(LddCommand_SelectCharset value)?, TResult? selectCodeTable(LddCommand_SelectCodeTable value)?, TResult? selectFont(LddCommand_SelectFont value)?, TResult? underlineOff(LddCommand_UnderlineOff value)?, TResult? underline1Dot(LddCommand_Underline1Dot value)?, TResult? underline2Dot(LddCommand_Underline2Dot value)?, TResult? boldOn(LddCommand_BoldOn value)?, TResult? boldOff(LddCommand_BoldOff value)?, TResult? bitmap(LddCommand_Bitmap value)?, TResult? noLine(LddCommand_NoLine value)?, TResult? resetLine(LddCommand_ResetLine value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult cut(LddCommand_Cut value)?, TResult reset(LddCommand_Reset value)?, TResult printModeDefault(LddCommand_PrintModeDefault value)?, TResult selectCharset(LddCommand_SelectCharset value)?, TResult selectCodeTable(LddCommand_SelectCodeTable value)?, TResult selectFont(LddCommand_SelectFont value)?, TResult underlineOff(LddCommand_UnderlineOff value)?, TResult underline1Dot(LddCommand_Underline1Dot value)?, TResult underline2Dot(LddCommand_Underline2Dot value)?, TResult boldOn(LddCommand_BoldOn value)?, TResult boldOff(LddCommand_BoldOff value)?, TResult bitmap(LddCommand_Bitmap value)?, TResult noLine(LddCommand_NoLine value)?, TResult resetLine(LddCommand_ResetLine value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult cut()?, TResult reset()?, TResult printModeDefault()?, TResult selectCharset(LddCharset charset)?, TResult selectCodeTable(LddCodeTable codeTable)?, TResult selectFont(LddFont font)?, TResult underlineOff()?, TResult underline1Dot()?, TResult underline2Dot()?, TResult boldOn()?, TResult boldOff()?, TResult bitmap()?, TResult noLine()?, TResult resetLine()?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult cut(), required TResult reset(), required TResult printModeDefault(), required TResult selectCharset(LddCharset charset), required TResult selectCodeTable(LddCodeTable codeTable), required TResult selectFont(LddFont font), required TResult underlineOff(), required TResult underline1Dot(), required TResult underline2Dot(), required TResult boldOn(), required TResult boldOff(), required TResult bitmap(), required TResult noLine(), required TResult resetLine()}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? cut()?, TResult? reset()?, TResult? printModeDefault()?, TResult? selectCharset(LddCharset charset)?, TResult? selectCodeTable(LddCodeTable codeTable)?, TResult? selectFont(LddFont font)?, TResult? underlineOff()?, TResult? underline1Dot()?, TResult? underline2Dot()?, TResult? boldOn()?, TResult? boldOff()?, TResult? bitmap()?, TResult? noLine()?, TResult? resetLine()?}) → TResult?
inherited

Operators

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