MSchemaRef class

A reference that points to a versioned json-schema for an entity

Inheritance
Implemented types
Available Extensions

Constructors

MSchemaRef(String developer, String module, String artifactId, String version, String type)
const
MSchemaRef.ephemeral(String developer, String module, String artifactId, String version)
const
MSchemaRef.ofNamed(MModuleRef module, String schemaName, String type)

Properties

artifactId String?
finalinherited
artifactType String
finalinherited
baseCode String
no setteroverride
create MOperationRef
no setter
developer String?
finalinherited
diffHashCode int
no setterinherited
diffKey String
no setterinherited
diffSource → dynamic
no setterinherited
equalityHashCode int
no setterinherited
fullUri String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isAbstract bool
no setter
isKnown bool
no setterinherited
list MOperationRef
no setter
module String?
finalinherited
relativeSchemaBaseUri String
no setterinherited
relativeSchemaUri String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
finalinherited
value String
finalinherited
version String?
finalinherited

Methods

mkey(dynamic id) MKey?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordKey(String id) RecordKey?
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic json) MSchemaRef?
parsed(String? value) MSchemaRef?