FileTooBigSDNException constructor
Implementation
FileTooBigSDNException(this.actualFileSize, this.maxFileSize)
: super.fromJson({
'errcode': SDNError.M_TOO_LARGE,
'error':
'File size ${_formatFileSize(actualFileSize)} exceeds allowed maximum of ${_formatFileSize(maxFileSize)}'
});