getAll method

List<MwmMetadata> getAll()

Get all stored metadata.

Implementation

List<MwmMetadata> getAll() => List.unmodifiable(_cache);