ResultPrefix class

Returned return by the function prefix, contains the response in string and hasSuffix bool, when the rank generated needs a suffix.

Constructors

ResultPrefix({required String response, required bool hasSuffix})
Constructor of ResultPrefix required response and hasSuffix

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSuffix bool
When the response needs a suffix
final
response String
The response of prefix in String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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