KeyPageInstance constructor

KeyPageInstance(
  1. KeyPage keyPage,
  2. List<String> param
)

Implementation

KeyPageInstance(this.keyPage, this.param)
    : _keyNumber = Random().nextInt(1000000).toString();