data property

  1. @BuiltValueField.new(wireName: r'data')
BuiltMap<String, String>? get data

When the redirect URL must be accessed via POST, use this data to post to the redirect URL.

Implementation

@BuiltValueField(wireName: r'data')
BuiltMap<String, String>? get data;