FlutterOutlineAttribute class

An attribute for a FlutterOutline.

Constructors

FlutterOutlineAttribute(String name, String label, {bool? literalValueBoolean, int? literalValueInteger, String? literalValueString, Location? nameLocation, Location? valueLocation})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The label of the attribute value, usually the Dart code. It might be quite long, the client should abbreviate as needed.
final
literalValueBoolean bool?
The boolean literal value of the attribute. This field is absent if the value is not a boolean literal.
final
literalValueInteger int?
The integer literal value of the attribute. This field is absent if the value is not an integer literal.
final
literalValueString String?
The string literal value of the attribute. This field is absent if the value is not a string literal.
final
name String
The name of the attribute.
final
nameLocation Location?
If the attribute is a named argument, the location of the name, without the colon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueLocation Location?
The location of the value.
final

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

Static Methods

parse(Map m) FlutterOutlineAttribute