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