getId method

int? getId()

Returns id.

Implementation

int? getId() => this.getNumberProperty(Chapter.keyId)?.toInt();