LinkingResponse constructor

LinkingResponse({
  1. String? status,
  2. String? message,
  3. String? userReference,
  4. Account? data,
})

Implementation

LinkingResponse({this.status, this.message, this.userReference, this.data});