parse method

Future<T> parse([
  1. Object? data
])

Implementation

Future<T> parse([Object? data]) async => handle(Context.root(), data);