create method

  1. @override
ValueT create(
  1. Ref ref
)

@nodoc

Implementation

@override
ValueT create(Ref ref) => _createFn(ref);