StorageConfigurationData class

Unique identifier referencing the physical entity.

Annotations

Constructors

StorageConfigurationData({required String type, String? localPath, String? storageUri, User? user, Map<String, dynamic>? extension})
StorageConfigurationData.fromJson(Map<String, dynamic> json)
factory

Properties

extension Map<String, dynamic>?
final
hashCode int
The hash code for this object.
read-onlyinherited
localPath String?
local path
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
storageUri String?
Storage server address
final
type String
StorageType lists the acceptable values for type attribute
final
user User?
User credential for the storage server
final

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.
override

Operators

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