val class

Constructors

val(String name, Object? value)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([BddConfig config = BddConfig._default]) String
These 3 steps will be applied to format a value in Examples and Tables:
override

Operators

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