Migrate away from `JsonKey.ignore`

This commit is contained in:
Simon Binder 2023-01-20 18:30:48 +01:00
parent 7175b83d2b
commit cd41eed105
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class DriftColumn implements HasType {
final DriftDeclaration declaration; final DriftDeclaration declaration;
/// The table or view owning this column. /// The table or view owning this column.
@JsonKey(ignore: true) @JsonKey(includeFromJson: false, includeToJson: false)
late DriftElementWithResultSet owner; late DriftElementWithResultSet owner;
DriftColumn({ DriftColumn({

View File

@ -14,7 +14,7 @@ dependencies:
recase: '>=2.0.1 <5.0.0' recase: '>=2.0.1 <5.0.0'
meta: ^1.1.0 meta: ^1.1.0
path: ^1.6.0 path: ^1.6.0
json_annotation: ^4.7.0 json_annotation: ^4.8.0
stream_transform: '>=0.1.0 <3.0.0' stream_transform: '>=0.1.0 <3.0.0'
# CLI # CLI