ChildProperty class

Inheritance

Constructors

ChildProperty.new({required String name, String? description, required List<String> childTagNames, bool ordered = false})

Properties

childTagNames List<String>
no setter
description String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
ordered bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isTagAllowed(String tagName) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate(MeshSchema schema) → void
override

Operators

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