InterfaceCollection class

Interface collection defined in build.yaml + detected in a locale

Constructors

InterfaceCollection({required Map<String, Interface> originalInterfaces, required Map<String, Interface> globalInterfaces, required Map<String, Interface> resultInterfaces, required Map<String, String> pathInterfaceContainerMap, required Map<String, String> pathInterfaceNameMap})

Properties

globalInterfaces Map<String, Interface>
final
hashCode int
The hash code for this object.
no setterinherited
originalInterfaces Map<String, Interface>
final
pathInterfaceContainerMap Map<String, String>
final
pathInterfaceNameMap Map<String, String>
final
resultInterfaces Map<String, Interface>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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