MSchemaPropertyBuilder class abstract

Implementers

Constructors

MSchemaPropertyBuilder(Uri? schemaUri, JsonPath path)

Properties

baseCode String?
no setter
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRequired bool
getter/setter pair
label String?
getter/setter pair
path → JsonPath
final
propType → PropSchemaType
Will use definition.propType if it exists
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaUri Uri?
The uri of the containing schema
final
uri String?
no setter

Methods

build() → IMSchemaProperty
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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