CreateGraphResponse constructor

CreateGraphResponse({
  1. String? graphArn,
})

Implementation

CreateGraphResponse({
  this.graphArn,
});