ProxyTGetAccountBody constructor

const ProxyTGetAccountBody({
  1. required String filterType,
  2. required String filterValue,
  3. String? verificationToken,
})

Implementation

const ProxyTGetAccountBody({
  required  this.filterType,
  required  this.filterValue,
   this.verificationToken,
});