getCollectionFromMemory property

FileContents? get getCollectionFromMemory

Returns the word collection loaded in memory, if available.

Implementation

FileContents? get getCollectionFromMemory => _collection;