AccountInfo constructor

AccountInfo({
  1. List<String>? emails,
})

Implementation

AccountInfo({this.emails});