Device.comments constructor

Device.comments(
  1. String id
)

Creates a Cisco IOS device that emulates a terminal with comments.

Implementation

Device.comments(this.id)
  : _isScript = false,
    _areCommentsShown = true;