NumParameterCamel class

Inheritance

Constructors

NumParameterCamel()

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier String
no setterinherited
identifierPrefix String
The prefix used for the name token to identify this parameter. Defaults to "{".
finalinherited
identifierSuffix String
The suffix used for the name token to identify this parameter. Defaults to "}".
finalinherited
includeInParameterList bool
If this parameter should be included in the list of step arguments. Defaults to true.
finalinherited
name String
the name in the step definition to search for. This is combined with the identifier prefix / suffix to create a replaceable token that signals this parameter for example "My name is {string}" so the name would be "string".
finalinherited
pattern RegExp
the regex pattern that can parse the step string For example: Template: "My name is {string}" Step: "My name is 'Jon'" Regex: "'|"'|\"" The above regex would pull out the word "Jon" from the step
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformer Transformer<num?>
A transformer function that takes a string and return the correct type of this parameter
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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