const factory IdScreenState({ @Default(false) bool isLoading, String? message, XFile? image, IdResult? result, }) = _IdScreenState;