$declaration constant

BridgeClassDef const $declaration

StatefulWidget compile-type class declaration for dart_eval

Implementation

static const $declaration = BridgeClassDef(
    BridgeClassType($type, $extends: $Widget.$type, isAbstract: true),
    constructors: {
      '': BridgeConstructorDef(BridgeFunctionDef(namedParams: [
        BridgeParameter(
            'key', BridgeTypeAnnotation($Key.$type, nullable: true), true)
      ], returns: BridgeTypeAnnotation($type)))
    },
    bridge: true);