Fstab class

Annotations
  • @immutable

Constructors

Fstab({required String fs_spec, required String fs_file, required String fs_vfstype, required String fs_mntops, required String fs_type, required int fs_freq, required int fs_passno})

Properties

fs_file String
file system path prefix
final
fs_freq int
dump frequency, in days
final
fs_mntops String
Mount options ala -o
final
fs_passno int
pass number on parallel fsck
final
fs_spec String
block special device name
final
fs_type String
FSTAB_* from fs_mntops
final
fs_vfstype String
File system type, ufs, nfs
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override