AccountRejectOptions constructor

const AccountRejectOptions({
  1. List<String>? expand,
  2. required String reason,
})

Implementation

const AccountRejectOptions({
  this.expand,
  required this.reason,
});