message property - Deprecated class - dart:core library (original) (raw)

description

String message

final

Message provided to the user when they use the deprecated feature.

The message should explain how to migrate away from the feature if an alternative is available, and when the deprecated feature is expected to be removed.

Implementation

final String message;