BuildInfo constructor

BuildInfo({
  1. String? buildKey,
  2. String? buildValue,
})

Implementation

BuildInfo({this.buildKey, this.buildValue});