Session constructor

Session({
  1. String? approximateLastUseTime,
  2. String? createTime,
  3. String? creatorRole,
  4. Map<String, String>? labels,
  5. bool? multiplexed,
  6. String? name,
})

Implementation

Session({
  this.approximateLastUseTime,
  this.createTime,
  this.creatorRole,
  this.labels,
  this.multiplexed,
  this.name,
});