maybeMap<TResult extends Object?> method
- @optionalTypeArgs
- TResult cut(
- LddCommand_Cut value
- TResult reset(
- LddCommand_Reset value
- TResult printModeDefault()?,
- TResult selectCharset(
- LddCommand_SelectCharset value
- TResult selectCodeTable()?,
- 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(),
inherited
Implementation
@optionalTypeArgs
TResult maybeMap<TResult extends Object?>({
TResult Function(LddCommand_Cut value)? cut,
TResult Function(LddCommand_Reset value)? reset,
TResult Function(LddCommand_PrintModeDefault value)? printModeDefault,
TResult Function(LddCommand_SelectCharset value)? selectCharset,
TResult Function(LddCommand_SelectCodeTable value)? selectCodeTable,
TResult Function(LddCommand_SelectFont value)? selectFont,
TResult Function(LddCommand_UnderlineOff value)? underlineOff,
TResult Function(LddCommand_Underline1Dot value)? underline1Dot,
TResult Function(LddCommand_Underline2Dot value)? underline2Dot,
TResult Function(LddCommand_BoldOn value)? boldOn,
TResult Function(LddCommand_BoldOff value)? boldOff,
TResult Function(LddCommand_Bitmap value)? bitmap,
TResult Function(LddCommand_NoLine value)? noLine,
TResult Function(LddCommand_ResetLine value)? resetLine,
required TResult orElse(),
}) =>
throw _privateConstructorUsedError;