UpdateSessionResponse constructor

UpdateSessionResponse({
  1. bool? status,
  2. String? message,
  3. Data? data,
})

Implementation

UpdateSessionResponse({this.status, this.message, this.data});