DocComponent class

Available extensions
Annotations
  • @JsonSerializable.new()

Constructors

DocComponent({required String name, required bool isNullSafe, required String description, required List<DocConstructor> constructors, required List<DocProperty> properties, required List<DocMethod> methods, String? filePath, DocComponentType type = DocComponentType.classType, String? aliasedType, List<String> annotations = const [], String? superClass, List<String> interfaces = const [], List<String> mixins = const []})
const
DocComponent.fromJson(Map<String, dynamic> json)
factory

Properties

aliasedType String?
final
annotations List<String>
final
constructors List<DocConstructor>
final
description String
final
filePath String?
final
hashCode int
The hash code for this object.
no setterinherited
interfaces List<String>
final
isNullSafe bool
final
methods List<DocMethod>
final
mixins List<String>
final
name String
final
properties List<DocProperty>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
superClass String?
final
type DocComponentType
final

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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited