MultipartBinding class
A binding for handling multipart form data.
Constructors
Properties
Methods
-
bind(
EngineContext context, dynamic instance, {Map< String, String> ? rules}) → Future<void> -
Binds data from the request context to the given instance.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
EngineContext context, Map< String, String> rules, {bool bail = false, Map<String, String> ? messages}) → Future<void> -
Validates the data from the request context.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited