alias_list property

List<String>? get alias_list

Implementation

List<String>? get alias_list => (_$data['alias_list'] as List<String>?);