client property
- @JsonKey(includeFromJson: false, includeToJson: false)
inherited
client
- if there's a specific client that you're going to be using
Implementation
// ignore: invalid_annotation_target
@JsonKey(includeFromJson: false, includeToJson: false)
Client? get client => throw _privateConstructorUsedError;