WebViewContent class

Model class for webview's content

This is the result of calling await webViewXController.getContent()

Constructors

WebViewContent({required String source, required SourceType sourceType, Map<String, String>? headers, Object? webPostRequestBody})
Constructor
const

Properties

hashCode int
The hash code for this object.
no setteroverride
headers Map<String, String>?
Headers
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
Source
final
sourceType SourceType
Source type
final
webPostRequestBody Object?
POST request body, on WEB only
final

Methods

copyWith({String? source, SourceType? sourceType, Map<String, String>? headers, Object? webPostRequestBody}) WebViewContent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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