AccountNameResponse constructor

AccountNameResponse({
  1. String? code,
  2. Data? data,
  3. String? description,
  4. String? status,
})

Implementation

AccountNameResponse({this.code, this.data, this.description, this.status});