Disk constructor

Disk(
  1. {LogStack? logStack}
)

Implementation

Disk({LogStack? logStack}) : logStack = logStack ?? LogStack.global;