toJson method
Implementation
Map<String, dynamic> toJson() {
// ignore: unnecessary_cast
return {
'file': this.file.file,
'keyName': this.keyName,
'apiToken': this.apiToken,
'apiBasePath': this.apiBasePath,
'convertAspectRatio': this.convertAspectRatio,
} as Map<String, dynamic>;
}