parseCommand abstract method

Command? parseCommand(
  1. Mapping content
)

Parses a map object (from JSON) into a Command instance.

@param content - Raw map data containing command information

@return A Command instance if parsing succeeds, null otherwise

Implementation

Command? parseCommand(Mapping content);