conditions property

  1. @JsonKey<Object>(toJson: serializeLookupMapConditions, fromJson: deserializeConditions, readValue: readLookupMap, includeToJson: true)
LookupMap<SDKLayoutConditions> conditions
final

Contains information about the conditions used in the published project.

Implementation

@JsonKey(
  toJson: serializeLookupMapConditions,
  fromJson: deserializeConditions,
  readValue: readLookupMap,
  includeToJson: true,
)
final LookupMap<SDKLayoutConditions> conditions;