@override Object toJson() => { if (document != null) 'document': document!.toJson(), if (features != null) 'features': features!.toJson(), if (encodingType.isNotDefault) 'encodingType': encodingType.toJson(), };