InvalidEventKeyFormatException class

Event key does not match the required format, and is therefore dropped.

  • The event name must be between 3 to 64 characters long
  • Contain only letters (a-zA-Z), numbers (0-9), - and _ and spaces
  • Must start with a letter (a-zA-Z)
  • Must not contain double spaces
  • Must not contain double or trailing spaces
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited