WPUserLoginResponse constructor

WPUserLoginResponse({
  1. Data? data,
  2. String? message,
  3. int? status,
})

Implementation

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