InterfaceWithComment class

Inheritance

Constructors

InterfaceWithComment(String type, List<String> typeArgsTypes, List<String> typeParamsNames, List<NameType> fields, {String? comment, bool isSealed = false, bool hidePublicConstructor = false})

Properties

comment String?
final
fields List<NameType>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hidePublicConstructor bool
If true the interface has hidePublicConstructor: true
finalinherited
interfaceName String
finalinherited
isExplicitSubType bool
If true the subtype has been explicitly declared in the Morphy annotation
finalinherited
isSealed bool
If true the interface is a sealed class (starts with $$)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeParams List<NameType>
finalinherited

Methods

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