FairBinding class

Annotation to generate a library binding

Constructors

FairBinding({List<String>? packages, bool recursive = false, bool ignoreConstructor = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
ignoreConstructor bool
Utils should not have constructor
final
packages List<String>?
Package resource url , such as package:convex_bottom_bar/convex_bottom_bar.dart
final
recursive bool
TODO not supported yet If recursive is true, all the widgets inside the package will be used to generate binding.
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