xFile property Null safety

XFile xFile

Implementation

XFile get xFile =>
    kIsWeb ? XFile((this as XPlatformFile)._unsafePath) : XFile(path!);