contacts property

List contacts

Implementation

List get contacts {
  return _formatAccount(_storage.contacts.val.toList());
}