getBuild property
String
get
getBuild
Get only Version build
Implementation
String get getBuild {
List<String> current = this.split('+');
return current.last;
}
Get only Version build
String get getBuild {
List<String> current = this.split('+');
return current.last;
}