parseAttachArgs property

TA Function(Map<String, Object?>) parseAttachArgs
inherited

Parses arguments for attachRequest into a type of TAttachArgs.

This method must be implemented by the implementing class using a class that corresponds to the arguments it expects (these may differ between Dart CLI, Dart tests, Flutter, Flutter tests).

Implementation

TAttachArgs Function(Map<String, Object?>) get parseAttachArgs;