items property

  1. @JsonKey.new(name: 'Items', includeIfNull: false, defaultValue: <FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic>[])
List<FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic>? items
final

Implementation

@JsonKey(
  name: 'Items',
  includeIfNull: false,
  defaultValue: <FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic>[],
)
final List<FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic>? items;