components property

List<int> get components

Returns the version components as a list.

Implementation

List<int> get components => [this.major, this.minor, this.patch, this.build];