contacts property

List get contacts

Implementation

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