the file is actually variant.cpp in the same folder:
from that file - a bunch of lines like this:
{ PIOB, PIO_PB0, ID_PIOB, PIO_OUTPUT_0, PIO_DEFAULT, PIN_ATTR_DIGITAL, NO_ADC, NO_ADC, NOT_ON_PWM, NOT_ON_TIMER }, //90
Arduino Pin 90 is Hardware Pin PB0 meaning PORTB, 0
bitRead(PORTB,0) should tell you its current state