DisplayData constructor

DisplayData({
  1. bool? boolValue,
  2. String? durationValue,
  3. double? floatValue,
  4. String? int64Value,
  5. String? javaClassValue,
  6. String? key,
  7. String? label,
  8. String? namespace,
  9. String? shortStrValue,
  10. String? strValue,
  11. String? timestampValue,
  12. String? url,
})

Implementation

DisplayData({
  this.boolValue,
  this.durationValue,
  this.floatValue,
  this.int64Value,
  this.javaClassValue,
  this.key,
  this.label,
  this.namespace,
  this.shortStrValue,
  this.strValue,
  this.timestampValue,
  this.url,
});