canInsert property

  1. @JsonKey(name: 'canInsert')
bool? canInsert
getter/setter pair

If true, this plug has met all of its insertion requirements. Big if true.

Implementation

@JsonKey(name:'canInsert')
bool? canInsert;