fields property

List<String>? fields
final

Required if no text is provided. Any text included with fields will be rendered in a compact format that allows for 2 columns of side-by-side text. Maximum number of items is 10. Maximum length for each item is 2000 characters.

Implementation

final List<String>? fields;