content property

  1. @BuiltValueField.new(wireName: r'content')
String? get content

The content of the tax form in the Base64 binary format.

Implementation

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