forceUpload property Null safety

bool forceUpload
@JsonKey(name: 'force_upload'), read / write

Specify whether to upload forcibly if the same file already exists on the server. The default value is false.

Implementation

@JsonKey(name: 'force_upload')
bool forceUpload;