ProxyTGetAccountBody constructor

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

Implementation

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