factory RetryInfo.fromJson(Map<String, dynamic> json) { return RetryInfo( retryDelay: decodeCustom(json['retryDelay'], Duration.fromJson), ); }