responsePattern property

String? Function(Response response) responsePattern
final

The pattern that will be received from the API, this must be trated and returned as a translated String? to be used normally

Implementation

final String? Function(Response response) responsePattern;