RemoteSub constructor

const RemoteSub(
  1. String name,
  2. List<RemoteLab> sub
)

Implementation

const RemoteSub(this.name, this.sub);