SdlxDialogFileFilter({String? name, String? pattern}) { this.name = name ?? ''; this.pattern = pattern ?? ''; }