Graph constructor

Graph({
  1. String? arn,
  2. DateTime? createdTime,
})

Implementation

Graph({
  this.arn,
  this.createdTime,
});