BuildInfoResponse constructor Null safety

BuildInfoResponse(
  1. {String? buildDate,
  2. String? buildDateWithTime,
  3. String? versionNumber,
  4. String? packageName,
  5. String? appName,
  6. String? buildNumber}
)

Implementation

BuildInfoResponse({this.buildDate, this.buildDateWithTime, this.versionNumber
  , this.packageName, this.appName, this.buildNumber});