InMemoryPkiBytesSource constructor

InMemoryPkiBytesSource(
  1. Map<String, Uint8List> _items
)

Implementation

InMemoryPkiBytesSource(this._items);