list property

List list

Implementation

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