VariableName class

Inheritance

Constructors

VariableName(String name, {bool isPrivate = false})
const

Properties

caseType → ChangeCaseType?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setterinherited
isPrivate bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator String?
finalinherited
value String
finalinherited

Methods

code() String
inherited
decorate(String code) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeTo(File file) Future<void>
inherited

Operators

operator +(Inline inline) CustomLine
inherited
operator ==(Object other) bool
The equality operator.
inherited

Constants

empty → const VariableName