unknown property

String? get unknown

Implementation

String? get unknown => isUnknown ? data as String : null;