userspaceMountOptions property

List<String> userspaceMountOptions

List of userspace mount options..

Implementation

List<String> get userspaceMountOptions =>
    _object.getStringArrayProperty(
        _blockInterfaceName, 'UserspaceMountOptions') ??
    [];