StatisticalGraphExtensions extension

on

Methods

map<TResult extends Object?>({required TResult async(StatisticalGraphAsync value), required TResult data(StatisticalGraphData value), required TResult error(StatisticalGraphError value)}) → TResult

Available on StatisticalGraph, provided by the StatisticalGraphExtensions extension

maybeMap<TResult extends Object?>({TResult async(StatisticalGraphAsync value)?, TResult data(StatisticalGraphData value)?, TResult error(StatisticalGraphError value)?, required TResult orElse()}) → TResult

Available on StatisticalGraph, provided by the StatisticalGraphExtensions extension