MetadataTypeInfoComposit<T extends MetadataTypeInfo> class

Inheritance

Constructors

MetadataTypeInfoComposit.new({required List<T> types, required String? name, required int typeId, 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
types List<T>
final
viewName String?
getter/setter pairinherited

Methods

cast<E extends MetadataTypeInfo>() → E
inherited
copyWith({List<T>? types, String? name, int? typeId, List<String>? paths, List<String>? docs}) MetadataTypeInfo
override
findType<E extends MetadataTypeInfo>(String name) → E?
override
getTypeNames() List<String>
override
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