getBuild property

String get getBuild

Get only Version build

Implementation

String get getBuild {
  List<String> current = this.split('+');
  return current.last;
}