MediaUri class Null safety

Annotations

Constructors

MediaUri({required String uri, required bool invalidAfterConnect, required bool invalidAfterReboot, required String timeout})
MediaUri.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
invalidAfterConnect bool
@JsonKey(name: 'InvalidAfterConnect', fromJson: OnvifUtil.mappedToBool), final
invalidAfterReboot bool
@JsonKey(name: 'InvalidAfterReboot', fromJson: OnvifUtil.mappedToBool), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
timeout String
@JsonKey(name: 'Timeout', fromJson: OnvifUtil.mappedToString), final
uri String
@JsonKey(name: 'Uri', fromJson: OnvifUtil.mappedToString), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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