json method

  1. @override
Future<Object?> json()

Implementation

@override
Future<Object?> json() async =>
    // ignore: unnecessary_cast, Dart issue
    interop.dartify(await (_delegate as interop.Body).json());