asInteger property

int? get asInteger

Implementation

int? get asInteger => this.isInteger ? this._value as int : null;