HandoffStatusResponse constructor

const HandoffStatusResponse({
  1. required String status,
  2. String? token,
  3. SnowflakeType? userId,
  4. UserPartialResponse? user,
})

Implementation

const HandoffStatusResponse({
  required this.status,
  this.token,
  this.userId,
  this.user,
});