value property

  1. @BuiltValueField(wireName: r'Value')
String? value

The value of the attachment, set as string but capable with golang interface

Implementation

@BuiltValueField(wireName: r'Value')
String? get value;