ScanData class
ScanData contains Cloud Key Visualizer scan data used by the caller to construct a visualization.
Constructors
- ScanData({VisualizationData? data, String? endTime, String? startTime})
- ScanData.fromJson(Map json_)
Properties
- data ↔ VisualizationData?
- 
  Cloud Key Visualizer scan data.
  getter/setter pair
- endTime ↔ String?
- 
  The upper bound for when the contained data is defined.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- startTime ↔ String?
- 
  A range of time (inclusive) for when the contained data is defined.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited