DimensionProperties class
Properties about a dimension.
Constructors
- 
          DimensionProperties({DataSourceColumnReference? dataSourceColumnReference, List<DeveloperMetadata> ? developerMetadata, int? pixelSize})
- DimensionProperties.fromJson(Map json_)
Properties
- dataSourceColumnReference ↔ DataSourceColumnReference?
- 
  If set, this is a column in a data source sheet.
  getter/setter pair
- 
  developerMetadata
  ↔ List<DeveloperMetadata> ?
- 
  The developer metadata associated with a single row or column.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  True if this dimension is being filtered.
  getter/setter pair
- 
  True if this dimension is explicitly hidden.
  getter/setter pair
- pixelSize ↔ int?
- 
  The height (if a row) or width (if a column) of the dimension in pixels.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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