items property

  1. @JsonKey(name: 'items', defaultValue: <DeviceMigrationLogDTO>[])
List<DeviceMigrationLogDTO>? items
final

Implementation

@JsonKey(name: 'items', defaultValue: <DeviceMigrationLogDTO>[])
final List<DeviceMigrationLogDTO>? items;