MediaAttachmentsUri class

Constructors

MediaAttachmentsUri({Authority? authority, Fragment? fragment, Authority? path, Fragment? query, String? scheme, String? uriString, String? host, int? port, String? file})
MediaAttachmentsUri.fromJson(Map<String, dynamic> json)
factory

Properties

authority Authority?
getter/setter pair
file String?
getter/setter pair
fragment Fragment?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
path Authority?
getter/setter pair
port int?
getter/setter pair
query Fragment?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
getter/setter pair
uriString String?
getter/setter pair

Methods

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

Operators

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