buildNumber property

int get buildNumber

Implementation

int get buildNumber =>
    buildMetadata == null ? 0 : int.tryParse(buildMetadata!) ?? 0;