ApplicationInfo constructor

ApplicationInfo({
  1. String? applicationId,
  2. String? applicationName,
  3. ComputePlatform? computePlatform,
  4. DateTime? createTime,
  5. String? gitHubAccountName,
  6. bool? linkedToGitHub,
})

Implementation

ApplicationInfo({
  this.applicationId,
  this.applicationName,
  this.computePlatform,
  this.createTime,
  this.gitHubAccountName,
  this.linkedToGitHub,
});