WPNonceVerifiedResponse constructor

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

Implementation

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