ButtonNavigationCondition class

Available Extensions
Annotations
  • @JsonSerializable()

Constructors

ButtonNavigationCondition({required String nextStepId, ButtonNavigationConditionType type = ButtonNavigationConditionType.nextStep, dynamic value})
const
ButtonNavigationCondition.equals(String nextStepId, dynamic value)
const
ButtonNavigationCondition.fromJson(Map<String, dynamic> json)
factory
ButtonNavigationCondition.lengthMoreThan(String nextStepId, int length)
const
ButtonNavigationCondition.lessThan(String nextStepId, num value)
const
ButtonNavigationCondition.matches(String nextStepId, String pattern)
const
ButtonNavigationCondition.moreThan(String nextStepId, num value)
const
ButtonNavigationCondition.nextStep(String nextStepId)
const
ButtonNavigationCondition.notEmpty(String nextStepId)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
nextStepId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ButtonNavigationConditionType
final
value → dynamic
final

Methods

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

Operators

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