VMRef constructor Null safety

VMRef(
  1. {String? name}
)

Implementation

VMRef({
  this.name,
});