String withSchema(String? schema) { if (schema == null || schema.isEmpty) return this; return "$schema.$this"; }