Route class abstract
Route
Properties:
- link - The redirection link. You can use this link to redirect the user to the open banking flow when the user selects it.
- provider - Metadata about the selected provider, including the name and company logo. You can use this information to inform the user about the provider they will be redirected to when they select the link.
- Annotations
-
- @BuiltValue.new()
Constructors
- Route([void updates(RouteBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- link → String
-
The redirection link. You can use this link to redirect the user to the open banking flow when the user selects it.
no setter
- provider → Provider
-
Metadata about the selected provider, including the name and company logo. You can use this information to inform the user about the provider they will be redirected to when they select the link.
no setter
- 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
-
rebuild(
dynamic updates(RouteBuilder)) → Route -
Rebuilds the instance.
inherited
-
toBuilder(
) → RouteBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Route> -
no setter