version property

String? version
getter/setter pair

Version of the application.

You should update this field whenever the application changes in a way that affects the computation of the data.

Implementation

core.String? version;