newVersion property Null safety

  1. @Creates('int|String|Null')
  2. @Returns('int|String|Null')
int? newVersion

Implementation

@Creates('int|String|Null')
@Returns('int|String|Null')
int? get newVersion native;