toForm method
Converts the element to an array of MBMultipartForm representing it.
Implementation
List<MBMultipartForm>? toForm() {
return null;
}
Converts the element to an array of MBMultipartForm representing it.
List<MBMultipartForm>? toForm() {
return null;
}