rootsForSource method

List<Uint8List> rootsForSource(
  1. String sourceId
)

Implementation

List<Uint8List> rootsForSource(String sourceId) =>
    List<Uint8List>.from(_entries[sourceId]?.roots ?? const <Uint8List>[]);