snapshots property
- @JsonKey.new(name: 'snapshots', defaultValue: <ProjectSnapshotResponseModel>[])
final
Implementation
@JsonKey(name: 'snapshots', defaultValue: <ProjectSnapshotResponseModel>[])
final List<ProjectSnapshotResponseModel> snapshots;