JsonDefaultParam class

An annotation to be placed on a buildCustom function to specify the default value to apply to a widget's parameter. This will override any default value the widget itself may have.

The function that is annotated with this must be static and it must return a String.

Annotations
  • @Target({TargetKind.method})

Constructors

JsonDefaultParam(String name, String code)
const

Properties

code String
final
hashCode int
The hash code for this object.
no setterinherited
name String
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