Matcher class

Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

Matcher({bool? success, String? errorType, PathMatcher? output, PathMatcher? inputOutput})
const
Matcher.fromJson(Map<String, Object?> json)
factory

Properties

errorType → String?
final
hashCode → int
The hash code for this object.
no setterinherited
inputOutput → PathMatcher?
final
output → PathMatcher?
final
props → List<Object?>
The type's equatable properties.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
success → bool?
final
type → MatcherType
no setter

Methods

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

Operators

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