pack abstract method Null safety
- O? options
pack packs opened object the given options and
returns a FutureOr of O.
Implementation
FutureOr<T> pack(O? options);
pack packs opened object the given options and
returns a FutureOr of O.
FutureOr<T> pack(O? options);