DocComponent class

Constructors

DocComponent({required String name, required bool isNullSafe, required String description, required List<DocConstructor> constructors, required List<DocProperty> properties, required List<String> methods})
const
DocComponent.fromJson(Map<String, dynamic> json)
factory

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

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