getEnd method

int? getEnd()

Returns end.

Implementation

int? getEnd() => this.getNumberProperty(Chapter.keyEnd)?.toInt();