BddTerm class abstract

Implementers

Constructors

BddTerm(BddFramework bdd, String text, _Variation variation)

Properties

bdd BddFramework
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
variation → _Variation
final

Methods

keyword(BddConfig config) String
keywordPrefix(BddConfig config) String
keywordSuffix(BddConfig config) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefix(BddConfig config) String
spaces(BddConfig config) String
suffix(BddConfig config) String
toString([BddConfig config = BddConfig._default]) String
A string representation of this object.
override

Operators

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