StartMarker constructor

StartMarker({
  1. String? name,
  2. String? number,
})

Creates StartMarker.

Implementation

StartMarker({this.name, this.number});