static bool isEmpty(String? text) { return text == null || text.trim().isEmpty || text == 'null' || text.isEmpty; }