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