toNullableInt property

int? get toNullableInt

Implementation

int? get toNullableInt => this != null ? (this! ? 1 : 0) : null;