MetadataTypeInfoVariant class

Inheritance

Constructors

MetadataTypeInfoVariant.new({required List<Si1Variant> variants, required int typeId, required String? name, List<String>? docs, List<String>? paths})

Properties

docs List<String>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isNone bool
no setterinherited
isPromitive bool
no setteroverride
name String?
finalinherited
paths List<String>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeId int
finalinherited
typeName MetadataTypes
no setteroverride
variants List<Si1Variant>
final
viewName String?
getter/setter pairinherited

Methods

cast<E extends MetadataTypeInfo>() → E
inherited
copyWith({List<Si1Variant>? variants, String? name, int? typeId, List<String>? paths, List<String>? docs}) MetadataTypeInfo
override
findType<E extends MetadataTypeInfo>(String name) → E?
inherited
getTypeNames() List<String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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