menu
psdk_frame_father package
documentation
father/command/print/command_clause.dart
CommandClause
withNone static method
withNone static method
dark_mode
light_mode
withNone
static method
CommandClause
withNone
(
)
Implementation
static CommandClause withNone() { return CommandClause(ClauseType.none, null, null, null); }
psdk_frame_father package
documentation
father/command/print/command_clause
CommandClause
withNone static method
CommandClause class