ResourceMetadata constructor

ResourceMetadata({
  1. String? arn,
  2. DateTime? createdAt,
  3. DateTime? lastUpdatedAt,
  4. String? uid,
  5. int? version,
})

Implementation

ResourceMetadata({
  this.arn,
  this.createdAt,
  this.lastUpdatedAt,
  this.uid,
  this.version,
});