RemoteSession constructor

const RemoteSession({
  1. required String id,
  2. String? title,
  3. String? url,
})

Implementation

const RemoteSession({required this.id, this.title, this.url});