SmartList constructor

SmartList(
  1. List<List<String>> meanings
)

Implementation

SmartList(this.meanings);