getIsMe function

bool getIsMe(
  1. dynamic data
)

Implementation

bool getIsMe(data) => data[kDbFROM] == loggedUsername;