BetaLightEffectsProperties top-level constant

ObjectTypeDefinitionNode const BetaLightEffectsProperties

Implementation

const BetaLightEffectsProperties = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'BetaLightEffectsProperties'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'supportedColorTemperatureRange'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'IntRange'), isNonNull: false)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'supportedLightEffects'),
          directives: [],
          args: [],
          type: _i1.ListTypeNode(
              type: _i1.NamedTypeNode(
                  name: _i1.NameNode(value: 'LightEffects'), isNonNull: true),
              isNonNull: false)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'supportedTransitionPeriodRange'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'IntRange'), isNonNull: false))
    ]);