insert property

  1. @JsonKey(name: r'insert')
String? insert
final

Text that should be inserted in place of the removed text inside the query string.

Implementation

@JsonKey(name: r'insert')
final String? insert;