FormSubmitResult<X> class

Mixed-in types
  • LoggingMixin
Available extensions

Constructors

FormSubmitResult.new(FormController form, Map<String, FormSubmitResult> subforms, Map<JsonPath, List<ValidationError>> _myValidationErrors, Map<String, Result> submitHooks, X? value, String? message, ResultType? _resultType, DateTime start, DateTime end)
FormSubmitResult.error(FormController form, dynamic error)

Properties

allResults List
no setter
end DateTime
final
form FormController
final
hashCode int
The hash code for this object.
no setterinherited
isError bool

Available on FormSubmitResult<X>, provided by the FormSubmitResultExtensions extension

no setter
isNotError bool

Available on FormSubmitResult<X>, provided by the FormSubmitResultExtensions extension

no setter
isNotSuccessful bool

Available on FormSubmitResult<X>, provided by the FormSubmitResultExtensions extension

no setter
isSuccessful bool

Available on FormSubmitResult<X>, provided by the FormSubmitResultExtensions extension

no setter
log → Logger
no setterinherited
loggerName String
no setterinherited
message String?
final
resultType → ResultType?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
final
subforms Map<String, FormSubmitResult>
final
submitHooks Map<String, Result>
final
validationErrors Map<JsonPath, List<ValidationError>>?
no setter
value → X?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
result<T>([bool filter(T element)?]) → T
resultOrNull<T>() → T?
results<T>() List<T>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](MSchemaRef ref) → MModel?