getAll static method

List<Do> getAll()

////////////////////////////////////////////////////////////////////////

Do static methods

////////////////////////////////////////////////////////////////////////

Implementation

static List<Do> getAll() {
  return _tweens;
}