GalleryReference class

Represents the link between a custom template and an entry on the Community Template Gallery site.

Constructors

GalleryReference({String? host, bool? isModified, String? owner, String? repository, String? signature, String? version})
GalleryReference.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
host String?
The name of the host for the community gallery template.
getter/setter pair
isModified bool?
If a user has manually edited the community gallery template.
getter/setter pair
owner String?
The name of the owner for the community gallery template.
getter/setter pair
repository String?
The name of the repository for the community gallery template.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
The signature of the community gallery template as computed at import time.
getter/setter pair
version String?
The version of the community gallery template.
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