NFSFileShareDefaults constructor

NFSFileShareDefaults({
  1. String? directoryMode,
  2. String? fileMode,
  3. int? groupId,
  4. int? ownerId,
})

Implementation

NFSFileShareDefaults({
  this.directoryMode,
  this.fileMode,
  this.groupId,
  this.ownerId,
});