write abstract method

ModelWrite write(
  1. ModelDocument document, {
  2. String baseName = 'model',
})

document as files, named from baseName.

Implementation

ModelWrite write(ModelDocument document, {String baseName = 'model'});