InstrumentationServiceAttachment.string constructor
Create a new attachment with the unique id
and string value
.
Implementation
InstrumentationServiceAttachment.string({
required this.id,
required String value,
}) : stringValue = value;
Create a new attachment with the unique id
and string value
.
InstrumentationServiceAttachment.string({
required this.id,
required String value,
}) : stringValue = value;