DocComponent class
- Available extensions
Constructors
-
DocComponent({required String name, required bool isNullSafe, required String description, required List<
DocConstructor> constructors, required List<DocProperty> properties, required List<String> methods}) -
const
Properties
-
constructors
→ List<
DocConstructor> -
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNullSafe → bool
-
final
-
methods
→ List<
String> -
final
- name → String
-
final
-
properties
→ List<
DocProperty> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compareTo(
DocComponent newComponent) → List< ApiChange> -
Available on DocComponent, provided by the DocComponentApiChangesExt extension
-
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