toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (document != null) 'document': document!,
if (encodingType != null) 'encodingType': encodingType!,
if (features != null) 'features': features!,
};