AccountListPageParams constructor

AccountListPageParams({
  1. List<KeyPairData>? list,
  2. String? title,
})

Implementation

AccountListPageParams({this.list, this.title});