encoding property Null safety
read / write
A map between a property name and its encoding information.
The key, being the property name, MUST exist in the schema as a property. The encoding object SHALL only apply to requestBody objects when the media type is multipart or application/x-www-form-urlencoded.
Implementation
Map<String, APIEncoding?>? encoding;