toForm method
Converts the element to an array of MBMultipartForm representing it.
Implementation
@override
List<MBMultipartForm>? toForm() {
if (value) {
return [MBMultipartForm.name(parameterName, "on")];
}
return null;
}
Converts the element to an array of MBMultipartForm representing it.
@override
List<MBMultipartForm>? toForm() {
if (value) {
return [MBMultipartForm.name(parameterName, "on")];
}
return null;
}