fromTable property
Either fromTable or fromSubquery may be non-null (or both null when the SELECT has no FROM).
Implementation
final String? fromTable;
Either fromTable or fromSubquery may be non-null (or both null when the SELECT has no FROM).
final String? fromTable;