getStart method

int? getStart()

Returns start.

Implementation

int? getStart() => this.getNumberProperty(Chapter.keyStart)?.toInt();