PatternInfo constructor

PatternInfo(
  1. String title,
  2. Map<String, dynamic> axes
)

Implementation

PatternInfo(this.title, this.axes);