message method

String? message(
  1. Object object
)

Returns the message for an object if it exists. Returns null if not present

Implementation

String? message(Object object) => _messageStates[object.hashCode];