Optional array of strings that specify sizes at which the icon can be used.
List<String>? get sizes => (_value[Keys.sizes] as List?)?.cast<String>();