AppApiFlowStep class final

Um passo de um fluxo — a chamada que a etapa exige, com o porquê.

Annotations

Constructors

AppApiFlowStep({required String title, String? description, AppApiMethod? method, String? path, String? note})
Cria um AppApiFlowStep.
const

Properties

description String?
Detalhe da etapa.
final
endpointId String?
Chave do endpoint apontado, ou null quando o passo não é uma chamada.
no setter
hasCall bool
Se o passo aponta para um endpoint navegável.
no setter
hashCode int
The hash code for this object.
no setterinherited
method AppApiMethod?
Verbo da chamada. null quando o passo não é uma chamada (ex.: "aguarde a primeira posição").
final
note String?
Ressalva da etapa (pré-condição, efeito colateral).
final
path String?
Path da chamada, casando com o AppApiEndpoint.path correspondente.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
title String
O que a etapa faz, em uma linha.
final

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