nullabilitySuffix property
If this type ends in a suffix (?
or *
), the suffix it ends with;
otherwise NullabilitySuffix.none.
Implementation
@override
NullabilitySuffix get nullabilitySuffix;
If this type ends in a suffix (?
or *
), the suffix it ends with;
otherwise NullabilitySuffix.none.
@override
NullabilitySuffix get nullabilitySuffix;