MeshBackend constructor

MeshBackend({
  1. String type = 'mesh',
})

Implementation

MeshBackend({
  super.type = 'mesh',
});