String? getString(int index) { if (_data.length > index) { return get<String>(index); } return null; }