isExtension property

  1. @JsonKey.new(includeIfNull: false)
bool? isExtension
final

Whether this variable collection is an extension of another variable collection.

Implementation

@JsonKey(includeIfNull: false)
final bool? isExtension;