ActiveFileInfoModel constructor

ActiveFileInfoModel({
  1. String appId = "",
  2. String sdkKey = "",
  3. String platform = "",
  4. String sdkType = "",
  5. String sdkVersion = "",
  6. String fileVersion = "",
  7. String startTime = "",
  8. String endTime = "",
})

Implementation

ActiveFileInfoModel(
    {this.appId: "",
    this.sdkKey: "",
    this.platform: "",
    this.sdkType: "",
    this.sdkVersion: "",
    this.fileVersion: "",
    this.startTime: "",
    this.endTime: ""});