presentationLayerActivityIds property

  1. @JsonKey.new(name: 'PresentationLayerActivityIds', includeIfNull: false, defaultValue: <String>[])
List<String>? presentationLayerActivityIds
final

Implementation

@JsonKey(
    name: 'PresentationLayerActivityIds',
    includeIfNull: false,
    defaultValue: <String>[])
final List<String>? presentationLayerActivityIds;