isValid property Null safety

bool isValid

Implementation

bool get isValid => title != null && version != null;