StateInfo constructor

StateInfo(
  1. String name,
  2. String title
)

Implementation

StateInfo(this.name, this.title);