WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet({String? label, List<double>? data, List<String>? backgroundColor, List<String>? borderColor, int? borderWidth})
WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet.fromJson(Map<String, dynamic> json)
factory

Properties

backgroundColor List<String>?
final
borderColor List<String>?
final
borderWidth int?
final
data List<double>?
final
hashCode int
The hash code for this object.
no setteroverride
label String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? label, List<double>? data, List<String>? backgroundColor, List<String>? borderColor, int? borderWidth}) WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet

Available on WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet, provided by the $WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSetExtension extension

copyWithWrapped({Wrapped<String?>? label, Wrapped<List<double>?>? data, Wrapped<List<String>?>? backgroundColor, Wrapped<List<String>?>? borderColor, Wrapped<int?>? borderWidth}) WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet

Available on WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSet, provided by the $WebApiModulesSettingsWidgetSettingsWidgetWidgetDataSetExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override