name property

List<String>? name

Implementation

List<String>? get name => _strip(getWordOfPrefix("N"))?.split(";");