LoadController constructor

LoadController([
  1. String? id
])

Implementation

LoadController([String? id]) {
  this.id = id ?? _newID();
}