DeviceSession constructor

DeviceSession({
  1. String? activeStartTime,
  2. AndroidDevice? androidDevice,
  3. String? createTime,
  4. String? displayName,
  5. String? expireTime,
  6. String? inactivityTimeout,
  7. String? name,
  8. String? state,
  9. List<SessionStateEvent>? stateHistories,
  10. String? ttl,
})

Implementation

DeviceSession({
  this.activeStartTime,
  this.androidDevice,
  this.createTime,
  this.displayName,
  this.expireTime,
  this.inactivityTimeout,
  this.name,
  this.state,
  this.stateHistories,
  this.ttl,
});