SymlinkOptions constructor

SymlinkOptions({
  1. TypeOptions? type,
})

Implementation

factory SymlinkOptions({_i4.TypeOptions? type}) =>
    SymlinkOptions._(type: type?.name ?? _i6.undefined);