Returns JSON object if this data is unknown, otherwise null.
Map<String, dynamic>? get unknownOrNull => isUnknown ? unknown : null;