client property

  1. @override
  2. @JsonKey(includeFromJson: false, includeToJson: false)
Client? client
override

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;