CustomClass constructor

CustomClass({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. String? expireTime,
  7. List<ClassItem>? items,
  8. String? kmsKeyName,
  9. String? kmsKeyVersionName,
  10. String? name,
  11. bool? reconciling,
  12. String? state,
  13. String? uid,
  14. String? updateTime,
})

Implementation

CustomClass({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.expireTime,
  this.items,
  this.kmsKeyName,
  this.kmsKeyVersionName,
  this.name,
  this.reconciling,
  this.state,
  this.uid,
  this.updateTime,
});