legacyGqlConnectionTerminate constant

  1. @Deprecated('Use the gql* constant of the same name. Removed in 4.0.0.')
String const legacyGqlConnectionTerminate

The same message types under their earlier names.

Each holds the constant it is named after, character for character; the pair never carried two different values. Kept so that this version breaks nothing.

Implementation

@Deprecated('Use the gql* constant of the same name. Removed in 4.0.0.')
static const String legacyGqlConnectionInit = gqlConnectionInit,
    legacyGqlConnectionAck = gqlConnectionAck,
    legacyGqlConnectionKeepAlive = gqlConnectionKeepAlive,
    legacyGqlConnectionError = gqlConnectionError,
    legacyGqlStart = gqlStart,
    legacyGqlStop = gqlStop,
    legacyGqlConnectionTerminate = gqlConnectionTerminate,
    legacyGqlData = gqlData,
    legacyGqlError = gqlError,
    legacyGqlComplete = gqlComplete;