logEventCommandToPigeon static method

FBLogEventRequest logEventCommandToPigeon(
  1. FBLogEventCommand command
)

Implementation

static pigeon.FBLogEventRequest logEventCommandToPigeon(
    FBLogEventCommand command) {
  return pigeon.FBLogEventRequest(
    eventName: command.eventName,
    eventParameters: command.eventParameters,
  );
}