parseCommand abstract method
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);