toForm method

List<MBMultipartForm>? toForm()

Converts the element to an array of MBMultipartForm representing it.

Implementation

List<MBMultipartForm>? toForm() {
  return null;
}