FancyDioInspectorL10nOptions class

Constructors

FancyDioInspectorL10nOptions({String appBarText = FancyStrings.appBarText, String requestsText = FancyStrings.requests, String responsesText = FancyStrings.responses, String errorsText = FancyStrings.errors, String searchHintText = FancyStrings.search, String cURLText = FancyStrings.cURL, String copyText = FancyStrings.copy, String copiedText = FancyStrings.copied, String cURLCopiedText = FancyStrings.cURLCopied, String urlTitleText = FancyStrings.urlTitle, String requestTitleText = FancyStrings.requestTitle, String headersTitleText = FancyStrings.headersTitle, String responseTitleText = FancyStrings.responseTitle, String errorTitleText = FancyStrings.errorTitle})
const

Properties

appBarText String
appBarText is used to change the text of the app bar. Defaults to Network Logs.
final
copiedText String
copiedText is used when the copy button is pressed. Defaults to Copied.
final
copyText String
copyText is used to change the text of the copy button. Defaults to Copy.
final
cURLCopiedText String
cURLCopiedText is used when the cURL button is pressed. Defaults to Defaults to cURL Copied.
final
cURLText String
cURLText is used to change the cURL text. Defaults to cURL.
final
errorsText String
errorsText is used to change the text of the errors tab. Defaults to Errors.
final
errorTitleText String
errorTitleText is used where the error is displayed. Defaults to ERROR BODY.
final
hashCode int
The hash code for this object.
no setterinherited
headersTitleText String
headersTitleText is used where the headers are displayed. Defaults to HEADERS.
final
requestsText String
requestsText is used to change the text of the requests tab. Defaults to Requests.
final
requestTitleText String
requestTitleText is used where the request is displayed. Defaults to REQUEST BODY.
final
responsesText String
responsesText is used to change the text of the responses tab. Defaults to Responses.
final
responseTitleText String
responseTitleText is used where the response is displayed. Defaults to RESPONSE BODY.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchHintText String
searchHintText is used to change the hint text of the search field. Defaults to Search.
final
urlTitleText String
urlTitleText is used where the url is displayed. Defaults to URL.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited