testCreatorGetters method
Gives all getters that can be used by Test Creator.
Implementation
@override
String testCreatorGetters() => json.encode({
'innerText': 'String',
'visibleText': 'String',
'displayed': 'bool',
'isFocused': 'bool',
'exists': 'bool',
'classes': 'List<String>'
});