CloseSessionResponse constructor

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

Implementation

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