isValidSheet method

bool isValidSheet()

Implementation

bool isValidSheet() =>
    sheetId != null && tableId != null && sheetCredentials != null;