Expandable constructor

Expandable({
  1. List<String>? expands,
})

Implementation

Expandable({List<String>? expands}) : expands = expands ?? [];