errorMessage property

String get errorMessage

Implementation

String get errorMessage => response?['error']?['explanation'] ?? message;