client property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
Client? get client
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;