file property

FileF? get file
inherited

Implementation

FileF? get file => kind == FKind.file ? FileF(content) : null;