TestGridProject constructor

TestGridProject({
  1. String? arn,
  2. DateTime? created,
  3. String? description,
  4. String? name,
})

Implementation

TestGridProject({
  this.arn,
  this.created,
  this.description,
  this.name,
});