of static method
Implementation
static TListScope of(BuildContext context) {
final result = maybeOf(context);
assert(result != null, 'TListScope not found in context');
return result!;
}
static TListScope of(BuildContext context) {
final result = maybeOf(context);
assert(result != null, 'TListScope not found in context');
return result!;
}