height property

int? height

Implementation

int? get height => _id is int ? _id : null;