JsonBuilder class

An annotation that to be attached to a method that is the method that defines the Widget being built. The default methods the code generator looks for are first buildCustom and then _buildCustom. This can be used to provde a non-default build method.

Annotations
  • @Target({TargetKind.method})

Constructors

JsonBuilder()
const

Properties

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