NIMFileAttachment constructor Null safety
Implementation
NIMFileAttachment(
{this.path,
required this.size,
this.md5,
this.url,
this.displayName,
this.extension,
this.expire,
this.nosScene = NIMNosScenes.defaultIm,
this.forceUpload = false});