fromTable property

String? fromTable
final

Either fromTable or fromSubquery may be non-null (or both null when the SELECT has no FROM).

Implementation

final String? fromTable;