EnvelopeNeedInfo class final

The model reported a required parameter the request never stated.

Inheritance

Constructors

EnvelopeNeedInfo(String function, List<String> missing, List<String> notes)
Creates it.
const

Properties

function String
The function it would have called.
final
hashCode int
The hash code for this object.
no setterinherited
missing List<String>
The parameters it could not fill.
final
notes List<String>
What had to be tolerated to read it — fenced, prose-before, duplicate-marker. Diagnostics, not errors.
finalinherited
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