Ref class

Ref model

Handle Prismic.io references for querying.

Annotations
  • @freezed

Constructors

Ref({required String id, required String label, required String ref, required bool isMasterRef})
Deafult factory constructor for Ref
factory
Ref.fromJson(Map<String, dynamic> json)
Creates a Ref object from json
factory

Properties

copyWith → $RefCopyWith<Ref>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
isMasterRef bool
no setterinherited
label String
no setterinherited
ref String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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