marks method
Implementation
Future<InstrumentationEventBuilder> marks(
final Map<String, dynamic>? marks) =>
_plugin.marks(this, marks).then((value) => this);
Future<InstrumentationEventBuilder> marks(
final Map<String, dynamic>? marks) =>
_plugin.marks(this, marks).then((value) => this);