MeshRef constructor

MeshRef({
  1. String? arn,
  2. String? meshName,
})

Implementation

MeshRef({
  this.arn,
  this.meshName,
});