prefix property

FixedList<String>? get prefix

Parts that come before the name.

Type: List

Implementation

FixedList<String>? get prefix => prefixField.getValue(_json);