createState abstract method

  1. @override
QueryScopedValueState<TResult, TRef, QueryScopedValue<TResult, TRef>> createState()
override

Creates and returns the associated state.

関連するステートを作成し返します。

Implementation

@override
QueryScopedValueState<TResult, TRef, QueryScopedValue<TResult, TRef>>
    createState();