Sessions constructor

Sessions({
  1. String? uuid,
  2. String? platformUuid,
})

Implementation

Sessions({this.uuid, this.platformUuid});