warning property

String? warning
getter/setter pair

A warning message associated with this field, if any.

Warnings indicate potential issues that don't prevent the field from being used. Can be null if there are no warnings.

Implementation

String? warning;