allIDs property

List<Object> allIDs

Implementation

List<Object> get allIDs => map((e) => e.id).nonNulls.toList();