CBar class

Inheritance

Constructors

CBar({required int x, required int y, required String content, required int lineWidth, required int height, CCodeType codeType = CCodeType.code128, CCodeRotation codeRotation = CCodeRotation.rotation_0})

Properties

appendClause List<CommandClause>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
prependClause List<CommandClause>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(Arg<String> arg) CBar
inherited
clause() → CommandClause
override
clauses() List<CommandClause>
inherited
clear() → void
inherited
override
newline() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepend(Arg<String> arg) CBar
inherited
toString() String
A string representation of this object.
inherited

Operators

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