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