Library constructor

const Library(
  1. Map<String, dynamic> words
)

Implementation

const Library(this.words);