menu
charts_common_sa package
documentation
common.dart
Series<T, D>
getAttribute<R> method
getAttribute<R> method
dark_mode
light_mode
getAttribute<
R
>
method
R?
getAttribute
<
R
>(
AttributeKey
<
R
>
key
)
Implementation
R? getAttribute<R>(AttributeKey<R> key) { return attributes.getAttr<R>(key); }
charts_common_sa package
documentation
common
Series<T, D>
getAttribute<R> method
Series class